home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / MCC_NList / MCC_NList.readme < prev    next >
Encoding:
Text File  |  1998-05-04  |  2.4 KB  |  55 lines

  1. Short:    MUI List clone with horiz scroll and much more...
  2. Author:   masson@iut-soph.unice.fr (Gilles Masson)
  3. Uploader: masson@iut-soph.unice.fr (Gilles Masson)
  4. Type:     dev/mui
  5. Requires: MUI 3.6+ , OS 2.x (V37+).
  6. Version:  0.82
  7.  
  8. (04.05.98)
  9.  
  10. This is a MUI List/Listview/Floattext clone, named
  11. NList.mcc/NListview.mcc/NFloattext.mcc, which is a public
  12. mcc class for MUI.
  13.  
  14. Actually the horizontal scrolling is fully supported, there are
  15. smooth scrolling, word wrap support, built-in copy to clipboard,
  16. classic char selection possibility, drag and drop and many other
  17. features. The user can change the column width with mouse and
  18. column titles can act as buttons.
  19.  
  20. There is a pref class NListviews.mcp with it, which permit the
  21. user to choose all default backgrounds, pens and fonts, scrollbars
  22. mode, drag and drop mode and qualifier, multiselect mode and some
  23. others.
  24.  
  25.  
  26. Include is now a Floattext.mui replacement which use NFloattext.mcc,
  27. permitting copy to clipboard and key moving.
  28.  
  29.  
  30. Changes since NList 0.80 (13.04.98)
  31. ***********************************
  32.  
  33. * NList.mcc         19.88     04.05.98
  34.   - fixed There still were a problem with MUIA_NList_AdjustHeight, should be ok now.
  35.   - fixed Now the changed mouse pointer are hires on V39+, no need any more to use a
  36.           hires pointer patch for NList when using AGA or CGFX...  :)
  37.   - fixed Sorted Inserts are now faster. Anyway if you have 1000 sorted entries to
  38.           insert it is faster to insert them normally and do a sort after.
  39.   - fixed An enforcer hit happened when clicking on NFloattext object border.
  40.   - added MUIA_NList_MultiClickAlone which is notified only for the final multiclick
  41.           number, so if there are 3 clicks there will be only one multiclickalone
  42.           notified, a little (max time between 2 clicks) after the 3rd one.
  43.   - fixed There were some strange input problem since last release because of
  44.           changed made for tablet, but the fix made an other bug, so actually i
  45.           came back to the old code. I will re-make a big part of the eventhandler
  46.           later to fix both.
  47.  
  48. * NList.mcc         19.87     29.04.98
  49.   - fixed In some cases the image objects shown in NList entries appeared disabled !
  50.   - fixed Selecting entries before the window containing the nlist object is open
  51.           didn't worked.
  52.   - fixed MUIA_NList_AdjustWidth and MUIA_NList_AdjustHeight didn't worked as expected.
  53.   - added MUIA_NList_Columns now work.
  54.  
  55.